-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Get flash clock settings from DT for STM32 #34344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get flash clock settings from DT for STM32 #34344
Conversation
36857eb to
e6635ad
Compare
dts/arm/st/wb/stm32wb.dtsi
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check please, in the Ref Manual RM0434 of the stm32wb55, I see RCC_AHB3ENR bit 25 for the FLASHEN
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FRASTM yes you are right, i have put the right offset (bit 25) but not the right register.
drivers/flash/flash_stm32.c
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WB instead of WB55g ?
e6635ad to
72810de
Compare
72810de to
e1b5ded
Compare
|
Error in the build of the emsdp_em4 has probably nothing to do with the change. It looks like a pb in the master branch, since other build operations, for other PRs also fail. |
|
Reported by other like the #34427 "It looks like buildkite had errors on tests that don't seems to be related to this PR changes (e.g. tests/kernel/workq/work/kernel.work.api)." |
This patch adds flash clock settings in device tree for F0, F1 and F3 sub-families. Signed-off-by: Krishna Mohan Dani <[email protected]>
This patch adds flash clock settings in device tree for stm32g0 series so that the stm32 flash driver can get the clock settings from this dtsi file. Signed-off-by: Krishna Mohan Dani <[email protected]>
This patch adds flash clock settings in device tree for stm32g4 series so that the stm32 flash driver can get the clock settings from this dtsi file. Signed-off-by: Krishna Mohan Dani <[email protected]>
This patch adds flash clock settings in device tree for stm32l1 series so that the stm32 flash driver can get the clock settings from this dtsi file. Signed-off-by: Krishna Mohan Dani <[email protected]>
This patch adds flash clock settings in device tree for stm32l4 series so that the stm32 flash driver can get the clock settings from this dtsi file. Signed-off-by: Krishna Mohan Dani <[email protected]>
This patch adds flash clock settings in device tree for stm32wb series so that the stm32 flash driver can get the clock settings from this dtsi file. Signed-off-by: Krishna Mohan Dani <[email protected]>
This commit uses DT APIs to get the flash clock settings. Signed-off-by: Krishna Mohan Dani <[email protected]>
…ies. This commit adds changes to enable HSI clock for stm32l1 series. Signed-off-by: Krishna Mohan Dani <[email protected]>
e1b5ded to
067c7a5
Compare
These commits will do the following: